projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e32925
)
luci-app-hd-idle: depend on lsblk
author
Jo-Philipp Wich
<
[email protected]
>
Thu, 18 Nov 2021 10:19:30 +0000
(11:19 +0100)
committer
Jo-Philipp Wich
<
[email protected]
>
Thu, 18 Nov 2021 10:19:30 +0000
(11:19 +0100)
Since the last refactoring, luci-app-hd-idle requires lsblk to enumerate
disk devices.
Fixes: #5527
Fixes: 55e725ab7b ("luci-app-hd-idle: Improve content shown by luci.")
Signed-off-by: Jo-Philipp Wich <
[email protected]
>
applications/luci-app-hd-idle/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-hd-idle/Makefile
b/applications/luci-app-hd-idle/Makefile
index 07d5cadd99e6806fc2230324711a3ce3ac98b592..28e1cef14b331b59c459b3c404125a017b8d252b 100644
(file)
--- a/
applications/luci-app-hd-idle/Makefile
+++ b/
applications/luci-app-hd-idle/Makefile
@@
-7,7
+7,7
@@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Hard Disk Idle Spin-Down module
-LUCI_DEPENDS:=+hd-idle
+LUCI_DEPENDS:=+hd-idle
+lsblk
include ../../luci.mk